Microsoft.Extensions.Logging.Configuration.xml 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.Extensions.Logging.Configuration</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1">
  8. <summary>
  9. Allows access to configuration section associated with logger provider
  10. </summary>
  11. <typeparam name="T">Type of logger provider to get configuration for</typeparam>
  12. </member>
  13. <member name="P:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1.Configuration">
  14. <summary>
  15. Configuration section for requested logger provider
  16. </summary>
  17. </member>
  18. <member name="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory">
  19. <summary>
  20. Allows access to configuration section associated with logger provider
  21. </summary>
  22. </member>
  23. <member name="M:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory.GetConfiguration(System.Type)">
  24. <summary>
  25. Return configuration section associated with logger provider
  26. </summary>
  27. <param name="providerType">The logger provider type</param>
  28. <returns>The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration"/> for the given <paramref name="providerType" />.</returns>
  29. </member>
  30. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions">
  31. <summary>
  32. Provides a set of helpers to initialize options objects from logger provider configuration.
  33. </summary>
  34. </member>
  35. <member name="M:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptions.RegisterProviderOptions``2(Microsoft.Extensions.DependencyInjection.IServiceCollection)">
  36. <summary>
  37. Indicates that settings for <typeparamref name="TProvider"/> should be loaded into <typeparamref name="TOptions"/> type.
  38. </summary>
  39. <param name="services">The <see cref="T:Microsoft.Extensions.DependencyInjection.IServiceCollection"/> to register on.</param>
  40. <typeparam name="TOptions">The options class </typeparam>
  41. <typeparam name="TProvider">The provider class</typeparam>
  42. </member>
  43. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggerProviderConfigureOptions`2">
  44. <summary>
  45. Loads settings for <typeparamref name="TProvider"/> into <typeparamref name="TOptions"/> type.
  46. </summary>
  47. </member>
  48. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggerProviderOptionsChangeTokenSource`2">
  49. <inheritdoc />
  50. </member>
  51. <member name="T:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions">
  52. <summary>
  53. Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.
  54. </summary>
  55. </member>
  56. <member name="M:Microsoft.Extensions.Logging.Configuration.LoggingBuilderConfigurationExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder)">
  57. <summary>
  58. Adds services required to consume <see cref="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfigurationFactory"/> or <see cref="T:Microsoft.Extensions.Logging.Configuration.ILoggerProviderConfiguration`1"/>
  59. </summary>
  60. <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder"/> to register services on.</param>
  61. </member>
  62. <member name="T:Microsoft.Extensions.Logging.LoggingBuilderExtensions">
  63. <summary>
  64. Extension methods for setting up logging services in an <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder" />.
  65. </summary>
  66. </member>
  67. <member name="M:Microsoft.Extensions.Logging.LoggingBuilderExtensions.AddConfiguration(Microsoft.Extensions.Logging.ILoggingBuilder,Microsoft.Extensions.Configuration.IConfiguration)">
  68. <summary>
  69. Configures <see cref="T:Microsoft.Extensions.Logging.LoggerFilterOptions" /> from an instance of <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" />.
  70. </summary>
  71. <param name="builder">The <see cref="T:Microsoft.Extensions.Logging.ILoggingBuilder"/> to use.</param>
  72. <param name="configuration">The <see cref="T:Microsoft.Extensions.Configuration.IConfiguration" /> to add.</param>
  73. <returns>The builder.</returns>
  74. </member>
  75. <member name="M:System.ThrowHelper.ThrowIfNull(System.Object,System.String)">
  76. <summary>Throws an <see cref="T:System.ArgumentNullException"/> if <paramref name="argument"/> is null.</summary>
  77. <param name="argument">The reference type argument to validate as non-null.</param>
  78. <param name="paramName">The name of the parameter with which <paramref name="argument"/> corresponds.</param>
  79. </member>
  80. <member name="T:System.Runtime.InteropServices.LibraryImportAttribute">
  81. <summary>
  82. Attribute used to indicate a source generator should create a function for marshalling
  83. arguments instead of relying on the runtime to generate an equivalent marshalling function at run-time.
  84. </summary>
  85. <remarks>
  86. This attribute is meaningless if the source generator associated with it is not enabled.
  87. The current built-in source generator only supports C# and only supplies an implementation when
  88. applied to static, partial, non-generic methods.
  89. </remarks>
  90. </member>
  91. <member name="M:System.Runtime.InteropServices.LibraryImportAttribute.#ctor(System.String)">
  92. <summary>
  93. Initializes a new instance of the <see cref="T:System.Runtime.InteropServices.LibraryImportAttribute"/>.
  94. </summary>
  95. <param name="libraryName">Name of the library containing the import.</param>
  96. </member>
  97. <member name="P:System.Runtime.InteropServices.LibraryImportAttribute.LibraryName">
  98. <summary>
  99. Gets the name of the library containing the import.
  100. </summary>
  101. </member>
  102. <member name="P:System.Runtime.InteropServices.LibraryImportAttribute.EntryPoint">
  103. <summary>
  104. Gets or sets the name of the entry point to be called.
  105. </summary>
  106. </member>
  107. <member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling">
  108. <summary>
  109. Gets or sets how to marshal string arguments to the method.
  110. </summary>
  111. <remarks>
  112. If this field is set to a value other than <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />,
  113. <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType" /> must not be specified.
  114. </remarks>
  115. </member>
  116. <member name="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType">
  117. <summary>
  118. Gets or sets the <see cref="T:System.Type"/> used to control how string arguments to the method are marshalled.
  119. </summary>
  120. <remarks>
  121. If this field is specified, <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshalling" /> must not be specified
  122. or must be set to <see cref="F:System.Runtime.InteropServices.StringMarshalling.Custom" />.
  123. </remarks>
  124. </member>
  125. <member name="P:System.Runtime.InteropServices.LibraryImportAttribute.SetLastError">
  126. <summary>
  127. Gets or sets whether the callee sets an error (SetLastError on Windows or errno
  128. on other platforms) before returning from the attributed method.
  129. </summary>
  130. </member>
  131. <member name="T:System.Runtime.InteropServices.StringMarshalling">
  132. <summary>
  133. Specifies how strings should be marshalled for generated p/invokes
  134. </summary>
  135. </member>
  136. <member name="F:System.Runtime.InteropServices.StringMarshalling.Custom">
  137. <summary>
  138. Indicates the user is suppling a specific marshaller in <see cref="P:System.Runtime.InteropServices.LibraryImportAttribute.StringMarshallingCustomType"/>.
  139. </summary>
  140. </member>
  141. <member name="F:System.Runtime.InteropServices.StringMarshalling.Utf8">
  142. <summary>
  143. Use the platform-provided UTF-8 marshaller.
  144. </summary>
  145. </member>
  146. <member name="F:System.Runtime.InteropServices.StringMarshalling.Utf16">
  147. <summary>
  148. Use the platform-provided UTF-16 marshaller.
  149. </summary>
  150. </member>
  151. <member name="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute">
  152. <summary>
  153. Suppresses reporting of a specific rule violation, allowing multiple suppressions on a
  154. single code artifact.
  155. </summary>
  156. <remarks>
  157. <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/> is different than
  158. <see cref="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute"/> in that it doesn't have a
  159. <see cref="T:System.Diagnostics.ConditionalAttribute"/>. So it is always preserved in the compiled assembly.
  160. </remarks>
  161. </member>
  162. <member name="M:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.#ctor(System.String,System.String)">
  163. <summary>
  164. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/>
  165. class, specifying the category of the tool and the identifier for an analysis rule.
  166. </summary>
  167. <param name="category">The category for the attribute.</param>
  168. <param name="checkId">The identifier of the analysis rule the attribute applies to.</param>
  169. </member>
  170. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category">
  171. <summary>
  172. Gets the category identifying the classification of the attribute.
  173. </summary>
  174. <remarks>
  175. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category"/> property describes the tool or tool analysis category
  176. for which a message suppression attribute applies.
  177. </remarks>
  178. </member>
  179. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId">
  180. <summary>
  181. Gets the identifier of the analysis tool rule to be suppressed.
  182. </summary>
  183. <remarks>
  184. Concatenated together, the <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Category"/> and <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.CheckId"/>
  185. properties form a unique check identifier.
  186. </remarks>
  187. </member>
  188. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Scope">
  189. <summary>
  190. Gets or sets the scope of the code that is relevant for the attribute.
  191. </summary>
  192. <remarks>
  193. The Scope property is an optional argument that specifies the metadata scope for which
  194. the attribute is relevant.
  195. </remarks>
  196. </member>
  197. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target">
  198. <summary>
  199. Gets or sets a fully qualified path that represents the target of the attribute.
  200. </summary>
  201. <remarks>
  202. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Target"/> property is an optional argument identifying the analysis target
  203. of the attribute. An example value is "System.IO.Stream.ctor():System.Void".
  204. Because it is fully qualified, it can be long, particularly for targets such as parameters.
  205. The analysis tool user interface should be capable of automatically formatting the parameter.
  206. </remarks>
  207. </member>
  208. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId">
  209. <summary>
  210. Gets or sets an optional argument expanding on exclusion criteria.
  211. </summary>
  212. <remarks>
  213. The <see cref="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.MessageId"/> property is an optional argument that specifies additional
  214. exclusion where the literal metadata target is not sufficiently precise. For example,
  215. the <see cref="T:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute"/> cannot be applied within a method,
  216. and it may be desirable to suppress a violation against a statement in the method that will
  217. give a rule violation, but not against all statements in the method.
  218. </remarks>
  219. </member>
  220. <member name="P:System.Diagnostics.CodeAnalysis.UnconditionalSuppressMessageAttribute.Justification">
  221. <summary>
  222. Gets or sets the justification for suppressing the code analysis message.
  223. </summary>
  224. </member>
  225. <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute">
  226. <summary>
  227. Indicates that certain members on a specified <see cref="T:System.Type"/> are accessed dynamically,
  228. for example through <see cref="N:System.Reflection"/>.
  229. </summary>
  230. <remarks>
  231. This allows tools to understand which members are being accessed during the execution
  232. of a program.
  233. This attribute is valid on members whose type is <see cref="T:System.Type"/> or <see cref="T:System.String"/>.
  234. When this attribute is applied to a location of type <see cref="T:System.String"/>, the assumption is
  235. that the string represents a fully qualified type name.
  236. When this attribute is applied to a class, interface, or struct, the members specified
  237. can be accessed dynamically on <see cref="T:System.Type"/> instances returned from calling
  238. <see cref="M:System.Object.GetType"/> on instances of that class, interface, or struct.
  239. If the attribute is applied to a method it's treated as a special case and it implies
  240. the attribute should be applied to the "this" parameter of the method. As such the attribute
  241. should only be used on instance methods of types assignable to System.Type (or string, but no methods
  242. will use it there).
  243. </remarks>
  244. </member>
  245. <member name="M:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.#ctor(System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes)">
  246. <summary>
  247. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute"/> class
  248. with the specified member types.
  249. </summary>
  250. <param name="memberTypes">The types of members dynamically accessed.</param>
  251. </member>
  252. <member name="P:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMembersAttribute.MemberTypes">
  253. <summary>
  254. Gets the <see cref="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes"/> which specifies the type
  255. of members dynamically accessed.
  256. </summary>
  257. </member>
  258. <member name="T:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes">
  259. <summary>
  260. Specifies the types of members that are dynamically accessed.
  261. This enumeration has a <see cref="T:System.FlagsAttribute"/> attribute that allows a
  262. bitwise combination of its member values.
  263. </summary>
  264. </member>
  265. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.None">
  266. <summary>
  267. Specifies no members.
  268. </summary>
  269. </member>
  270. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicParameterlessConstructor">
  271. <summary>
  272. Specifies the default, parameterless public constructor.
  273. </summary>
  274. </member>
  275. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicConstructors">
  276. <summary>
  277. Specifies all public constructors.
  278. </summary>
  279. </member>
  280. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicConstructors">
  281. <summary>
  282. Specifies all non-public constructors.
  283. </summary>
  284. </member>
  285. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicMethods">
  286. <summary>
  287. Specifies all public methods.
  288. </summary>
  289. </member>
  290. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicMethods">
  291. <summary>
  292. Specifies all non-public methods.
  293. </summary>
  294. </member>
  295. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicFields">
  296. <summary>
  297. Specifies all public fields.
  298. </summary>
  299. </member>
  300. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicFields">
  301. <summary>
  302. Specifies all non-public fields.
  303. </summary>
  304. </member>
  305. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicNestedTypes">
  306. <summary>
  307. Specifies all public nested types.
  308. </summary>
  309. </member>
  310. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicNestedTypes">
  311. <summary>
  312. Specifies all non-public nested types.
  313. </summary>
  314. </member>
  315. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicProperties">
  316. <summary>
  317. Specifies all public properties.
  318. </summary>
  319. </member>
  320. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicProperties">
  321. <summary>
  322. Specifies all non-public properties.
  323. </summary>
  324. </member>
  325. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.PublicEvents">
  326. <summary>
  327. Specifies all public events.
  328. </summary>
  329. </member>
  330. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.NonPublicEvents">
  331. <summary>
  332. Specifies all non-public events.
  333. </summary>
  334. </member>
  335. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.Interfaces">
  336. <summary>
  337. Specifies all interfaces implemented by the type.
  338. </summary>
  339. </member>
  340. <member name="F:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes.All">
  341. <summary>
  342. Specifies all members.
  343. </summary>
  344. </member>
  345. <member name="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute">
  346. <summary>
  347. Indicates that the specified method requires dynamic access to code that is not referenced
  348. statically, for example through <see cref="N:System.Reflection"/>.
  349. </summary>
  350. <remarks>
  351. This allows tools to understand which methods are unsafe to call when removing unreferenced
  352. code from an application.
  353. </remarks>
  354. </member>
  355. <member name="M:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.#ctor(System.String)">
  356. <summary>
  357. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute"/> class
  358. with the specified message.
  359. </summary>
  360. <param name="message">
  361. A message that contains information about the usage of unreferenced code.
  362. </param>
  363. </member>
  364. <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Message">
  365. <summary>
  366. Gets a message that contains information about the usage of unreferenced code.
  367. </summary>
  368. </member>
  369. <member name="P:System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute.Url">
  370. <summary>
  371. Gets or sets an optional URL that contains more information about the method,
  372. why it requires unreferenced code, and what options a consumer has to deal with it.
  373. </summary>
  374. </member>
  375. <member name="T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute">
  376. <summary>
  377. Indicates that the specified method requires the ability to generate new code at runtime,
  378. for example through <see cref="N:System.Reflection"/>.
  379. </summary>
  380. <remarks>
  381. This allows tools to understand which methods are unsafe to call when compiling ahead of time.
  382. </remarks>
  383. </member>
  384. <member name="M:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.#ctor(System.String)">
  385. <summary>
  386. Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute"/> class
  387. with the specified message.
  388. </summary>
  389. <param name="message">
  390. A message that contains information about the usage of dynamic code.
  391. </param>
  392. </member>
  393. <member name="P:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.Message">
  394. <summary>
  395. Gets a message that contains information about the usage of dynamic code.
  396. </summary>
  397. </member>
  398. <member name="P:System.Diagnostics.CodeAnalysis.RequiresDynamicCodeAttribute.Url">
  399. <summary>
  400. Gets or sets an optional URL that contains more information about the method,
  401. why it requires dynamic code, and what options a consumer has to deal with it.
  402. </summary>
  403. </member>
  404. <member name="T:System.Diagnostics.CodeAnalysis.AllowNullAttribute">
  405. <summary>Specifies that null is allowed as an input even if the corresponding type disallows it.</summary>
  406. </member>
  407. <member name="T:System.Diagnostics.CodeAnalysis.DisallowNullAttribute">
  408. <summary>Specifies that null is disallowed as an input even if the corresponding type allows it.</summary>
  409. </member>
  410. <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullAttribute">
  411. <summary>Specifies that an output may be null even if the corresponding type disallows it.</summary>
  412. </member>
  413. <member name="T:System.Diagnostics.CodeAnalysis.NotNullAttribute">
  414. <summary>Specifies that an output will not be null even if the corresponding type allows it. Specifies that an input argument was not null when the call returns.</summary>
  415. </member>
  416. <member name="T:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute">
  417. <summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue"/>, the parameter may be null even if the corresponding type disallows it.</summary>
  418. </member>
  419. <member name="M:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.#ctor(System.Boolean)">
  420. <summary>Initializes the attribute with the specified return value condition.</summary>
  421. <param name="returnValue">
  422. The return value condition. If the method returns this value, the associated parameter may be null.
  423. </param>
  424. </member>
  425. <member name="P:System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute.ReturnValue">
  426. <summary>Gets the return value condition.</summary>
  427. </member>
  428. <member name="T:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute">
  429. <summary>Specifies that when a method returns <see cref="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue"/>, the parameter will not be null even if the corresponding type allows it.</summary>
  430. </member>
  431. <member name="M:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.#ctor(System.Boolean)">
  432. <summary>Initializes the attribute with the specified return value condition.</summary>
  433. <param name="returnValue">
  434. The return value condition. If the method returns this value, the associated parameter will not be null.
  435. </param>
  436. </member>
  437. <member name="P:System.Diagnostics.CodeAnalysis.NotNullWhenAttribute.ReturnValue">
  438. <summary>Gets the return value condition.</summary>
  439. </member>
  440. <member name="T:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute">
  441. <summary>Specifies that the output will be non-null if the named parameter is non-null.</summary>
  442. </member>
  443. <member name="M:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.#ctor(System.String)">
  444. <summary>Initializes the attribute with the associated parameter name.</summary>
  445. <param name="parameterName">
  446. The associated parameter name. The output will be non-null if the argument to the parameter specified is non-null.
  447. </param>
  448. </member>
  449. <member name="P:System.Diagnostics.CodeAnalysis.NotNullIfNotNullAttribute.ParameterName">
  450. <summary>Gets the associated parameter name.</summary>
  451. </member>
  452. <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnAttribute">
  453. <summary>Applied to a method that will never return under any circumstance.</summary>
  454. </member>
  455. <member name="T:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute">
  456. <summary>Specifies that the method will not return if the associated Boolean parameter is passed the specified value.</summary>
  457. </member>
  458. <member name="M:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.#ctor(System.Boolean)">
  459. <summary>Initializes the attribute with the specified parameter value.</summary>
  460. <param name="parameterValue">
  461. The condition parameter value. Code after the method will be considered unreachable by diagnostics if the argument to
  462. the associated parameter matches this value.
  463. </param>
  464. </member>
  465. <member name="P:System.Diagnostics.CodeAnalysis.DoesNotReturnIfAttribute.ParameterValue">
  466. <summary>Gets the condition parameter value.</summary>
  467. </member>
  468. <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute">
  469. <summary>Specifies that the method or property will ensure that the listed field and property members have not-null values.</summary>
  470. </member>
  471. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String)">
  472. <summary>Initializes the attribute with a field or property member.</summary>
  473. <param name="member">
  474. The field or property member that is promised to be not-null.
  475. </param>
  476. </member>
  477. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.#ctor(System.String[])">
  478. <summary>Initializes the attribute with the list of field and property members.</summary>
  479. <param name="members">
  480. The list of field and property members that are promised to be not-null.
  481. </param>
  482. </member>
  483. <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullAttribute.Members">
  484. <summary>Gets field or property member names.</summary>
  485. </member>
  486. <member name="T:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute">
  487. <summary>Specifies that the method or property will ensure that the listed field and property members have not-null values when returning with the specified return value condition.</summary>
  488. </member>
  489. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String)">
  490. <summary>Initializes the attribute with the specified return value condition and a field or property member.</summary>
  491. <param name="returnValue">
  492. The return value condition. If the method returns this value, the associated parameter will not be null.
  493. </param>
  494. <param name="member">
  495. The field or property member that is promised to be not-null.
  496. </param>
  497. </member>
  498. <member name="M:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.#ctor(System.Boolean,System.String[])">
  499. <summary>Initializes the attribute with the specified return value condition and list of field and property members.</summary>
  500. <param name="returnValue">
  501. The return value condition. If the method returns this value, the associated parameter will not be null.
  502. </param>
  503. <param name="members">
  504. The list of field and property members that are promised to be not-null.
  505. </param>
  506. </member>
  507. <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.ReturnValue">
  508. <summary>Gets the return value condition.</summary>
  509. </member>
  510. <member name="P:System.Diagnostics.CodeAnalysis.MemberNotNullWhenAttribute.Members">
  511. <summary>Gets field or property member names.</summary>
  512. </member>
  513. <member name="P:System.SR.ValueNotSupported">
  514. <summary>Configuration value '{0}' is not supported.</summary>
  515. </member>
  516. </members>
  517. </doc>